home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / tmemchne / timemach.frm < prev    next >
Text File  |  1998-11-18  |  23KB  |  698 lines

  1. VERSION 5.00
  2. Object = "{2384AED4-7A82-11D2-9F1B-BD2ED3523208}#6.0#0"; "BWTIMEMACHINE.OCX"
  3. Begin VB.Form Form1 
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "BinaryWork Time Machine OCX - Sample"
  6.    ClientHeight    =   5865
  7.    ClientLeft      =   45
  8.    ClientTop       =   615
  9.    ClientWidth     =   9675
  10.    LinkTopic       =   "Form1"
  11.    LockControls    =   -1  'True
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   5865
  15.    ScaleWidth      =   9675
  16.    StartUpPosition =   2  'CenterScreen
  17.    Begin BWTimeMachine.TimeMachine TimeMachine1 
  18.       Left            =   3120
  19.       Top             =   1320
  20.       _ExtentX        =   926
  21.       _ExtentY        =   926
  22.    End
  23.    Begin VB.Frame Frame4 
  24.       Caption         =   "Special functions"
  25.       Height          =   2175
  26.       Left            =   5400
  27.       TabIndex        =   0
  28.       Top             =   3600
  29.       Width           =   4215
  30.       Begin VB.CommandButton Command17 
  31.          Caption         =   "Verify"
  32.          Height          =   255
  33.          Left            =   3000
  34.          TabIndex        =   1
  35.          Top             =   1800
  36.          Width           =   1095
  37.       End
  38.       Begin VB.TextBox Text19 
  39.          Height          =   285
  40.          Left            =   1800
  41.          TabIndex        =   14
  42.          ToolTipText     =   "type the month in the format MM"
  43.          Top             =   1800
  44.          Width           =   855
  45.       End
  46.       Begin VB.TextBox Text18 
  47.          Height          =   285
  48.          Left            =   480
  49.          TabIndex        =   15
  50.          ToolTipText     =   "type the year in the format YYYY"
  51.          Top             =   1800
  52.          Width           =   735
  53.       End
  54.       Begin VB.CommandButton Command16 
  55.          Caption         =   "Verify"
  56.          Height          =   375
  57.          Left            =   2280
  58.          TabIndex        =   16
  59.          Top             =   720
  60.          Width           =   1815
  61.       End
  62.       Begin VB.TextBox Text17 
  63.          Height          =   375
  64.          Left            =   120
  65.          TabIndex        =   17
  66.          ToolTipText     =   "type the year in the format YYYY to verify whether this year is a leap-year or not"
  67.          Top             =   720
  68.          Width           =   1935
  69.       End
  70.       Begin VB.Label Label21 
  71.          Caption         =   "Month"
  72.          Height          =   255
  73.          Left            =   1320
  74.          TabIndex        =   18
  75.          Top             =   1800
  76.          Width           =   495
  77.       End
  78.       Begin VB.Label Label20 
  79.          Caption         =   "Year"
  80.          Height          =   255
  81.          Left            =   120
  82.          TabIndex        =   19
  83.          Top             =   1800
  84.          Width           =   495
  85.       End
  86.       Begin VB.Label Label19 
  87.          Caption         =   "Type a especific year and a especific month to retrieve the number of days in the especific month"
  88.          Height          =   495
  89.          Left            =   120
  90.          TabIndex        =   20
  91.          Top             =   1200
  92.          Width           =   3975
  93.       End
  94.       Begin VB.Label Label18 
  95.          Caption         =   "Type an year in the textbox to verify whether the year is a year of leap ( 29 days in february ) ( ano bissexto)"
  96.          Height          =   495
  97.          Left            =   120
  98.          TabIndex        =   21
  99.          Top             =   240
  100.          Width           =   3975
  101.       End
  102.    End
  103.    Begin VB.Frame Frame3 
  104.       Caption         =   "DateDiff equivalent functions"
  105.       Height          =   2775
  106.       Left            =   120
  107.       TabIndex        =   38
  108.       Top             =   3000
  109.       Width           =   5175
  110.       Begin VB.CommandButton Command15 
  111.          Caption         =   "Apply"
  112.          Height          =   255
  113.          Left            =   1320
  114.          TabIndex        =   50
  115.          Top             =   1560
  116.          Width           =   2055
  117.       End
  118.       Begin VB.TextBox Text16 
  119.          Height          =   285
  120.          Left            =   4080
  121.          TabIndex        =   49
  122.          ToolTipText     =   "here will apear the number of years involving the diference of the two dates"
  123.          Top             =   2160
  124.          Width           =   855
  125.       End
  126.       Begin VB.TextBox Text15 
  127.          Height          =   285
  128.          Left            =   2760
  129.          TabIndex        =   47
  130.          ToolTipText     =   "here will apear the number of months involving the diference of the two dates"
  131.          Top             =   2160
  132.          Width           =   735
  133.       End
  134.       Begin VB.TextBox Text14 
  135.          Height          =   285
  136.          Left            =   600
  137.          TabIndex        =   45
  138.          ToolTipText     =   "here will apear the number of days involving the diference of the two dates"
  139.          Top             =   2160
  140.          Width           =   1455
  141.       End
  142.       Begin VB.TextBox Text13 
  143.          Height          =   285
  144.          Left            =   1320
  145.          TabIndex        =   42
  146.          ToolTipText     =   "type here the final date of the operation"
  147.          Top             =   1200
  148.          Width           =   2055
  149.       End
  150.       Begin VB.TextBox Text12 
  151.          Height          =   285
  152.          Left            =   1320
  153.          TabIndex        =   40
  154.          ToolTipText     =   "type here the initial date of the operation"
  155.          Top             =   600
  156.          Width           =   2055
  157.       End
  158.       Begin VB.Label Label17 
  159.          Caption         =   "Years"
  160.          Height          =   255
  161.          Left            =   3600
  162.          TabIndex        =   48
  163.          Top             =   2160
  164.          Width           =   615
  165.       End
  166.       Begin VB.Label Label16 
  167.          Caption         =   "Months"
  168.          Height          =   255
  169.          Left            =   2160
  170.          TabIndex        =   46
  171.          Top             =   2160
  172.          Width           =   855
  173.       End
  174.       Begin VB.Label Label15 
  175.          Caption         =   "Days"
  176.          Height          =   255
  177.          Left            =   120
  178.          TabIndex        =   44
  179.          Top             =   2160
  180.          Width           =   615
  181.       End
  182.       Begin VB.Label Label14 
  183.          Caption         =   "These are the diferences between the dates"
  184.          Height          =   255
  185.          Left            =   120
  186.          TabIndex        =   43
  187.          Top             =   1800
  188.          Width           =   4935
  189.       End
  190.       Begin VB.Label Label13 
  191.          Caption         =   "Type the final date in the same format as above"
  192.          Height          =   255
  193.          Left            =   120
  194.          TabIndex        =   41
  195.          Top             =   960
  196.          Width           =   4335
  197.       End
  198.       Begin VB.Label Label12 
  199.          Caption         =   "Type the initial date in the format yyyymmdd like it 19981225"
  200.          Height          =   375
  201.          Left            =   120
  202.          TabIndex        =   39
  203.          Top             =   240
  204.          Width           =   4935
  205.       End
  206.    End
  207.    Begin VB.Frame Frame2 
  208.       Caption         =   "Date calculations"
  209.       Height          =   3495
  210.       Left            =   5400
  211.       TabIndex        =   22
  212.       Top             =   0
  213.       Width           =   4215
  214.       Begin VB.TextBox Text11 
  215.          Height          =   285
  216.          Left            =   2040
  217.          TabIndex        =   37
  218.          ToolTipText     =   "type the value "
  219.          Top             =   1320
  220.          Width           =   2055
  221.       End
  222.       Begin VB.CommandButton Command14 
  223.          Caption         =   "Apply the operation"
  224.          Height          =   975
  225.          Left            =   120
  226.          TabIndex        =   35
  227.          Top             =   2400
  228.          Width           =   1815
  229.       End
  230.       Begin VB.TextBox Text10 
  231.          Height          =   285
  232.          Left            =   2040
  233.          TabIndex        =